win32: fix warning
authorIgnacio Casal Quinteiro <icq@gnome.org>
Fri, 15 Jan 2016 19:53:51 +0000 (11:53 -0800)
committerIgnacio Casal Quinteiro <icq@gnome.org>
Fri, 15 Jan 2016 10:56:01 +0000 (11:56 +0100)
gdk/win32/gdkselection-win32.c

index 0f48c7d3880c971ca0ec631240325c89715be2f1..e1beb0694751b8e96e1b0a79b0863087006e536e 100644 (file)
@@ -849,7 +849,7 @@ _gdk_win32_display_get_selection_property (GdkDisplay *display,
   GDK_NOTE (DND, {
       gchar *type_name = gdk_atom_name (prop->type);
 
-      g_print (" %s format:%d length:%d\n", type_name, prop->format, prop->length);
+      g_print (" %s format:%d length:%"G_GSIZE_FORMAT"\n", type_name, prop->format, prop->length);
       g_free (type_name);
     });